iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 18
0
自我挑戰組

python30天自學筆記系列 第 18

Day 18. 網路連線程式、公開資料串接

  • 分享至 

  • xImage
  •  

今天要來講:Python 網路連線程式、公開資料串接

下載特定網址資料

import urllib.request as request
with request.urlopen(網址)as response:
data=response.read
print(data)

公開資料

適合的資料來源

新北市政府 公開資料

確認資料格式

JSON、CSV或其他格式

解讀JSON格式

使用內建的JSON模組

程式範例

https://ithelp.ithome.com.tw/upload/images/20191003/201210289JnQPhghg3.jpg
https://ithelp.ithome.com.tw/upload/images/20191003/201210281F5UWtJQHl.jpg
https://ithelp.ithome.com.tw/upload/images/20191003/20121028IP9kEkRDhy.jpg
今天短短的心得
今天看起來短短的,但打到快抓狂了,整整花了平常三倍的時間,東錯西錯,照影片打還可以是錯的..,上網查了老半天只知道怎麼改,不知道原因,希望之後可以順利一點。


上一篇
Day 17. 亂數與統計模組
下一篇
Day 19. 類別的定義與使用 - Class Attributes
系列文
python30天自學筆記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言